home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00183.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  248 b   |  13 lines

  1. on mouseUp
  2.   global frameseeker
  3.   silence()
  4.   set the movieTime of sprite 31 to 0
  5.   set the movieRate of sprite 31 to 1
  6.   set frameseeker to random(1135)
  7.   if the frame < 1900 then
  8.     go(frameseeker)
  9.   else
  10.     go(frameseeker + 2000)
  11.   end if
  12. end
  13.